home *** CD-ROM | disk | FTP | other *** search
/ PC Zone 106 / RG2001 / RG2001.ISO / demos / Sam / Serious Sam Demo / Scripts / GLSettings / ATI-Radeon.ini < prev    next >
Encoding:
Text File  |  2001-02-20  |  395 b   |  17 lines

  1.  
  2. // driver version: 4.13.7078
  3.  
  4. include "Scripts\GLSettings\Default.ini";
  5.  
  6. if( iQualityIndex>4)    { iQualityIndex = 4; }
  7. if( sam_iVideoSetup==2) { iQualityIndex = iQualityIndex +1; }
  8. if( sam_iVideoSetup==0) { iQualityIndex = iQualityIndex -1; }
  9.  
  10. include "Scripts\GLSettings\RAM.ini";
  11.  
  12. ogl_bAllowProjectiveMapping = 0;
  13.  
  14. if( sam_iVideoSetup==2) { 
  15.   ogl_fTextureAnisotropy = 16;
  16. }
  17.